home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the machineType = 256 then
- myFileIO = the pathName & "FileIO.DLL"
- openXLib(myFileIO)
- end if
- if the machineType = 256 then
- cdLetter = findCDLetter()
- if symbolp(cdLetter) then
- alert("Before you run GeoSafari Geography, you need to put the CD in.")
- else
- add(the searchPath, cdLetter & "movies")
- go(1, cdLetter & "Geogrphy")
- end if
- else
- if getNthFileNameInFolder("GeoSafari Geography:XObjMac:", 1) = EMPTY then
- alert("Before you run GeoSafari Geography, you need to put the CD in.")
- else
- add(the searchPath, "GeoSafari Geography:movies")
- go(1, "GeoSafari Geography:Geogrphy")
- end if
- end if
- end
-